home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / edgedemo / edgeeditor / rexx / menu_playdefmac.edge < prev    next >
Text File  |  1994-11-17  |  330b  |  16 lines

  1. /*
  2. ** $VER: Menu_PlayDefMac.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Playback the default macro
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* check to see if it exists */
  12. if exists('ram:edge.macro') then 'ram:edge.macro'
  13.  
  14. /* if not then complain */
  15. else requestnotify """There is no default macro."""
  16.